<%= title [issue_heading(@issue) , issue_path(@issue)], l(:field_assigned_to) %> <% html_title(l(:field_assigned_to)) %> <% if @assignees.any? %> <% @assignees.each_with_index do |status, index| %> <% assignee = User.where(:id => status.value).first %> <% end %>
# <%= l(:field_created_on) %> <%= l(:field_assigned_to) %> <%= l(:field_duration) %> <%= l(:field_author) %>
<%= index + 1 %> <%= format_time(status.journal.created_on) %> <%= avatar(assignee, :size => "14").to_s.html_safe + " " + link_to_user(assignee) %> <%= event_duration(status, @assignees[index + 1]) %> <%= link_to_user status.journal.user %>
<% else %>

<%= l(:label_no_data) %>

<% end %>